Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add server side pagination and filteration #503

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Conversation

G3root
Copy link
Collaborator

@G3root G3root commented Aug 29, 2024

No description provided.

Copy link

github-actions bot commented Aug 29, 2024

Thank you for following the naming conventions for pull request titles! 🙏

@G3root G3root marked this pull request as ready for review August 30, 2024 14:35
@G3root G3root requested a review from dahal August 30, 2024 14:35
"@tanstack/react-table": "^8.20.1",
"@tremor/react": "^3.17.4",
"@trpc/client": "^10.43.6",
"@trpc/next": "^10.45.2",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgraded to trpc 11 to useSuspenseQuery from "@tanstack/react-query". useSuspenseQuery is introduced in "@tanstack/react-query v5 upgrading only this package breaks trpc

Copy link
Contributor

@dahal dahal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job on this PR @G3root . Here are few things I found

  1. Search on stakeholder table does not work.
  2. Lets implement full text search, and allow search by name or email using this
  3. When i search or paginate to next page, the page flashes, we prolly need some sort of transition to make it load smoothly.

@G3root
Copy link
Collaborator Author

G3root commented Sep 18, 2024

@dahal pushed some changes

@G3root
Copy link
Collaborator Author

G3root commented Sep 18, 2024

contains api finding better results than the full-text-search one 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants